#!/bin/sh

insmod epca mod_type=25 mod_altpin=0 mod_numports=8 mod_port=0x0 mod_membase=0x0


if [ ! $? -eq 0 ]; then
		echo Module load failed
		exit -1
fi
